Welcome![Sign In][Sign Up]
Location:
Search - task manager

Search list

[OS programLedMeterDemo

Description: 显示类似Windows任务管理器CPU占有率的LEDMeter类-showed similar Windows Task Manager CPU share LEDMeter category
Platform: | Size: 78685 | Author: nachlace | Hits:

[Internet-NetworkSYSmonitor

Description: 在linux下获取/proc中的系统信息,得到cpu,硬盘,网络以及进程使用情况。实现功能类似windows下的任务管理器。-obtained in / proc of system information, to receive cpu, hard disk, networks and the use of the process. Windows functionality similar to the task manager.
Platform: | Size: 5577 | Author: 夏赟 | Hits:

[OS programproc125

Description: LINUX下的PROC文件系统代码,就象WINDOWS的任务管理器一样的功能-the PROC Linux file system code, Like the Windows task manager for the same function
Platform: | Size: 10902 | Author: 饶元见 | Hits:

[Hook apiDetection_of_the_hidden_processes

Description: Many users have got used that Windows NT Task Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, process hiding is incredibly simple. There are lots of methods available for such a purpose and there are source codes available. It still amazes me that there are only a few trojans using these methods. Literally only 1 trojan from a 1000 is hidden. I think that trojan authors are lazy, since it requires extra work to hide the process and it is always easier to use ready-made sources and copy-paste them. Therefore we should expect hidden trojan processes in a near future.-Many users have got used that Windows NT Tas k Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, hiding process is incredibly simple. There are lots of methods available for such a purpose and there are source codes available. It still amaz es me that there are only a few trojans using thes e methods. Literally only a variant is from a 1000 hidden. I think that disables authors are lazy, since it requires extra work to hide the process and it is always easier to use ready-made source s and copy-paste them. Therefore we should Expe ct hidden variant processes in a near future.
Platform: | Size: 15915 | Author: inwing | Hits:

[Windows Developwindowstask

Description: 一个模仿windows任务管理器的vb源程序-an imitation windows task manager for the vb source
Platform: | Size: 67152 | Author: | Hits:

[OS programenumproWin32

Description: 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码   本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统中的每个进程调用一次。另一个参数是用户定义的 lParam。下面是该函数的声明:BOOL WINAPI EnumProcs( PROCENUMPROC lpProc, LPARAM lParam ) 使用该函数时,要象下面这样声明回调函数: BOOL CALLBACK Proc( DWORD dw, WORD w16, LPCSTR lpstr, LPARAM lParam )   参数 dw 包含 ID,“w16”是16位任务的任务号,如果为32位进程则为0(在 Windows 95 中总是0),参数lpstr 指向文件名,lParam 是用户定义的,要被传入 EnumProcs()。   EnumProcs() 函数通过显示链接使用 ToolHelp32 和 PSAPI,而非通常所用的隐式链接。之所以要这样做,主要是为了让代码能够在二进制一级兼容,从可以在所有 Win32 操作系统平台上运行。 -us in the preparation of procedures, often encountered one thing is to accurately list all systems are running program or process. Windows Task Manager is one such procedure. It not only sets out the running desktop applications, the system can list all the running processes. Then we process of how to achieve this task, the program code for this function is incidental to the code examples and ToolHelp32 PSAPI Packaging entitled to a EnumProcs () function. This function is similar to the principle EnumWindows (), is a pointer to a callback function pointers and to repeat this function call against each of the system called a process. Another parameter is the user-defined lParam. Below is the function of the statement : BOOL WINAPI EnumProcs (PROCENUMPROC lpProc. LPARAM lParam) to use this f
Platform: | Size: 3544 | Author: wwwwppp | Hits:

[JSP/JavaRealEditor

Description: 这个小软件( RealEditor )是同学一起编写的,可编辑,打印,更换主题,并有传输功能 注意,要想正确运行此软件,务必要把JDK升级到JDK 5.0_update4即tiger版(未来的JDK版本应该也可以),如果运行软件后,端口冲突或突然非法将它关闭(用任务管理器进程结束掉),导致软件无法正常退出,无法再次启动此软件,请到C:\\Documents and Settings\\All Users\\Application Data\\RealEditor下的那个文件删掉即可(注意,Application Data是个隐藏文件夹) Register.rar是注册机,需要在DOS下运行\"java Register\" (不带\"\"注意路径) 如果path和classpath设置没有问题的话,只要双击RealEditor.jar文件( 没有与WinRaR相关联 )即可启动此软件.-small software (RealEditor) is prepared by the students together, edit, print, the replacement of the main theme, and a transfer function that in order to run this software correctly, must bring JDK JDK 5.0_update4 upgrade to the version that the tiger (the next version of the JDK should also be), if the software running, port conflict or illegal suddenly shutting it down (using Task Manager swap end of the process), resulting from the normal software, unable to reactivate the software, the free C : \\ Documents and Settings \\ All Users \\ Applicati on Data \\ RealEditor that the document can be deleted (Note Application Data is a hidden folder) Register.rar is Fillmore, the need to run DOS "java Register" (without "" Attention Path) If the path and classpath set no proble
Platform: | Size: 375652 | Author: 王杰 | Hits:

[Windows DevelopGetprocess

Description: 该程序可以像Windows任务管理器一样,将每个进程都显示出来,并可将每个进程所占用的内存显示-the program can be like Windows Task Manager, each process are displayed. each process could be occupied by the memory shown
Platform: | Size: 28470 | Author: 孙铁 | Hits:

[Process-ThreadTaskscontroler

Description: 用VB实现windows9x的任务管理器。附带相关论文1篇-VB Windows task manager. Fringe a related papers
Platform: | Size: 31671 | Author: 孙宏宇 | Hits:

[Windows Developtaskmgr

Description: taskmgr就是任务管理器的源码也许好多人都有了^_^-taskmgr Task Manager is the source may have a lot of people _ ^ ^
Platform: | Size: 268966 | Author: 洛克 | Hits:

[CSharp4545cpumemonyview

Description: 仿照windows任务管理器做的cpu和内存的流量监视。用C#编写的-modeled on the windows task manager to do the cpu and memory traffic surveillance. C# prepared
Platform: | Size: 10789 | Author: 嘻嘻 | Hits:

[File Operatetime-table

Description: 类似与任务管理器一样的界面东东。 -similar task manager with the same interface Eastern.
Platform: | Size: 2990 | Author: wdq | Hits:

[Otherprocexp

Description: 扩展的Windows任务管理器,可以查看进程中的更多东西,包括程序动行的参数等-expansion of the Windows task manager, you can view the process more things, including procedures for the dynamic parameters
Platform: | Size: 1081600 | Author: 啦啦啦 | Hits:

[CSharptkmgr01

Description: 全世界最新的用 VS2005做的C#版本的任务管理器。简直和Windows里面系统自带的一摸一样,网上有很多都是一些半成品。这个就不一样,画了很多图。-world with the latest VS2005 do C# version of the task manager. Simply and Windows inside the system, bringing their losses, many of the Internet are some semi-finished products. This is not like painting a lot of plans.
Platform: | Size: 41668 | Author: 王选 | Hits:

[Remote ControlSnatchScreen_shuangjincheng

Description: 抓取远程屏幕的源代码,使用了双进程模式防止被用户从任务管理器中杀掉。程序简炼,数据传输效率高。-the source code, the use of the double-process model to prevent users from the task manager were killed. Kindly to be as brief procedures, data transmission efficiency.
Platform: | Size: 1477022 | Author: xiaobeiker | Hits:

[OS programTaskManagerEx_2_1_sources

Description: The Task Manager Extension (TaskManagerEx) is a plug-in for Windows built-in Task Manager. It expands the basic functionality and gives a powerful control over running processes. Task Manager Extension can show process modules, process memory map, used kernel handles, opened files, file properties, and lots of other info! It is very useful in many situations. -The Task Manager Extension (TaskManagerE x) is a plug-in for Windows built-in Task Manage r. It expands the basic functionality and gives a powerful control over running processes. Tas k Manager Extension modules can show process, process memory map, used kernel handles. opened files, file properties, and lots of other info! It is very useful in many s ituations.
Platform: | Size: 179123 | Author: changming | Hits:

[Static controlInfoDisplayBar

Description: 类似于任务管理器内存和CPU利用率的柱状显示图的控件,添加了上下警戒线,不在正常范围内会提示报警-similar to the task manager for memory and CPU utilization of cylindrical map shows the controls, add the next alert level not within normal limits will prompt warning
Platform: | Size: 40097 | Author: wutong | Hits:

[Process-ThreadShowAllProcess234534

Description: 一个类似任务管理器的工具,可以显示进程,杀死进程-a similar task manager tool that can show the process, killing process
Platform: | Size: 44404 | Author: 陈雷蕾 | Hits:

[Windows DevelopTaskmanger

Description: 自己写的任务管理器,可以看到正在运行程序的路径,对查杀病毒,木马有一定的帮助!-himself wrote the task manager, we can see that the process is running path, the killing virus Trojan will help!
Platform: | Size: 39972 | Author: 宁华波 | Hits:

[ExploitWP4

Description: 使用vc6.0用win32api结合mfc编写的任务管理器,能列出当前运行的进程,并能结束进程,有很好界面哦-use vc6.0 combined with win32api mfc prepared by the task manager, to a list of running processes, and the end of the process, a very good interface oh
Platform: | Size: 42723 | Author: 路程 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 46 »

CodeBus www.codebus.net